command-line interpreter - определение. Что такое command-line interpreter
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое command-line interpreter - определение

COMPUTER PROGRAM WHICH EXPOSES AN OPERATING SYSTEM'S SERVICES TO A HUMAN USER OR OTHER PROGRAM
Operating system shell; Shell (computers); System shell; Shell (computer science); Shell (computer); Command shell; Operating system shells; Shell access; Desktop shell; Command shells; Shell (Computing); PHPsh; Operating system user interface; Shell (operating system); GUI shell; Graphical shell; Graphical Shell
  • Bash]], a widely adopted [[Unix shell]]
  • Command Prompt]], a CLI shell in Windows
  • [[Drag and drop]] operation performed on a group of files between [[KDesktop]] and [[Konqueror]] in [[KDE]]
  • terminal]].
Найдено результатов: 4886
command-line interpreter         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
command line interface         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<operating system> A means of communication between a program and its user, based solely on textual input and output. Commands are input with the help of a keyboard or similar device and are interpreted and executed by the program. Results are output as text or graphics to the terminal. Command line interfaces usually provide greater flexibility than graphical user interfaces, at the cost of being harder for the novice to use. Consequently, some hackers look down on GUIs as designed For The Rest Of Them. (1996-01-12)
command line option         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<software> (Or "option", "flag", "switch", "option switch") An argument to a command that modifies its function rather than providing data. Options generally start with "-" in Unix or "/" in MS-DOS. This is usually followed by a single letter or occasionally a digit. More recently, GNU software adopted the --longoptionname style, usually in addition to traditional, single-character, -x style equivalents. Some commands require each option to be a separate argument, introduced by a new "-" or "/", others allow multiple option letters to be concatenated into a single argument with a single "-" or "/", e.g. "ls -al". A few Unix commands (e.g. ar, tar) allow the "-" to be omitted. Some options may or must be followed by a value, e.g. "cc prog.c -o prog", sometimes with and sometimes without an intervening space. getopt and getopts are commands for parsing command line options. There is also a C library routine called getopt for the same purpose. (2007-02-18)
command interpreter         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
<operating system> A program which reads textual commands from the user or from a file and executes them. Some commands may be executed directly within the interpreter itself (e.g. setting variables or control constructs), others may cause it to load and execute other files. Unix's command interpreters are known as shells. When an IBM PC is booted BIOS loads and runs the MS-DOS command interpreter into memory from file COMMAND.COM found on a floppy disk or hard disk drive. The commands that COMMAND.COM recognizes (e.g. COPY, DIR, PRN) are called internal commands, in contrast to external commands which are executable files. (1995-03-16)
Command-line interface         
  • [[Apple Computer]]'s CommandShell in [[A/UX]] 3.0.1
  • An MS-DOS command line, illustrating parsing into command and arguments
  • [[GNU Octave]]'s GUI with command-line interface
  • Prompt of a [[BBC Micro]] after switch-on or hard reset
  • VT100]]
  • A [[Teletype Model 33]] ASR teleprinter keyboard with punched tape reader and punch
  • DEC]] [[VT52]] terminal
  • [[Bourne shell]] interaction on [[Version 7 Unix]]
  • Windows PowerShell]] 1.0, running on [[Windows Vista]]
TYPE OF COMPUTER INTERFACE BASED ON ENTERING TEXT COMMANDS AND VIEWING TEXT OUTPUT
Command line; Command-line; Command Line Interface; Command-line program; Command processor; Command Line User Environment; Command-line argument; Command prompt; Command interpreter; Commandline; Line mode; Command-line option; Command line option; Command-line shell; Command-line parameter; Command line parameter; Commandline parameter; Compiler flag; Switch (command line); Command line arguments; Command line switch; Command line environment; Command line argument; Commandline tool; Command line processor; Command Line; Command line interface; Command line interpreter; Command window; Command-line Interface; Command-line switch; Command-line tool; CLI mode; SwitChar; Prompt (computing); Command-line interpreter; Commandline program; SWITCHAR; PROMPT (command); Shell prompt; PROMPT (DOS command); Command line options; Command Line Tool; $PS1; Command-line processor; Command-line flag; CMD-line interface
A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of text. This provides a means of setting parameters for the environment, invoking executables and providing information to them as to what actions they are to perform.
Shell (computing)         
In computing, a shell is a computer program that exposes an operating system's services to a human user or other programs. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation.
Interpreter (computing)         
  • static libraries]] are assembled into a new library or executable
PROGRAM THAT EXECUTES SOURCE CODE WITHOUT A SEPARATE COMPILATION STEP
Interpreted language; Interpreted Language; Interpreted programming language; Interpreter (computer software); Self-interpreter; Interpreter (programming); Interpreted (programming languages); Runtime interpreter; Evaluator; Metainterpreter; Interpretive language; Interpretive Languages; Interprted language; Interpreter (computer science); Interpreter computing; Interpreted computer language; Bytecode interpreter; Code interpretation; Interpretive programming language; Code interpreter; Interpreter (software); Abstract syntax tree interpreter; Compreter; Compiler-interpreter; Compiler–interpreter
In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. An interpreter generally uses one of the following strategies for program execution:
evaluator         
  • static libraries]] are assembled into a new library or executable
PROGRAM THAT EXECUTES SOURCE CODE WITHOUT A SEPARATE COMPILATION STEP
Interpreted language; Interpreted Language; Interpreted programming language; Interpreter (computer software); Self-interpreter; Interpreter (programming); Interpreted (programming languages); Runtime interpreter; Evaluator; Metainterpreter; Interpretive language; Interpretive Languages; Interprted language; Interpreter (computer science); Interpreter computing; Interpreted computer language; Bytecode interpreter; Code interpretation; Interpretive programming language; Code interpreter; Interpreter (software); Abstract syntax tree interpreter; Compreter; Compiler-interpreter; Compiler–interpreter
<theory> Geoff Burn defines evaluators E0, E1, E2 and E3 which when applied to an expression, reduce it to varying degrees. E0 does no evaluation, E1 it evaluates to {weak head normal form} (WHNF), E2 evaluates the structure of a list, i.e. it evaluates it either to NIL or evaluates it to a CONS and then applies E2 to the second argument of the CONS. E3 evaluates the structure of a list and evaluates each element of the list to WHNF. This concept can be extended to data structures other than lists and forms the basis of the {evaluation transformer} style of strictness analysis. (1994-12-12)
Ku (fictional language)         
2005 THRILLER MOVIE DIRECTED BY SYDNEY POLLACK
The interpreter; Ku (language); Ku (fictional language)
Ku is a fictional language appearing in the 2005 drama/thriller film The Interpreter. In the film, Ku is a language spoken in the fictional African country of Matobo.
Console application         
  • Alpine, an [[e-mail client]]
  • FreeDOS edit, a [[text editor]]
  • Irssi, an [[IRC client]]
COMPUTER PROGRAM DESIGNED TO BE USED VIA A TEXT-ONLY COMPUTER INTERFACE
Command line utility; Command-line utility; Console program; Console app; Command-line utilities
A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command-line interface of some operating systems (Unix, DOS, etc.) or the text-based interface included with most graphical user interface (GUI) operating systems, such as the Windows Console in Microsoft Windows, the Terminal in macOS, and xterm in Unix.

Википедия

Shell (computing)

In computing, a shell is a computer program that exposes an operating system's services to a human user or other programs. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation. It is named a shell because it is the outermost layer around the operating system.

Command-line shells require the user to be familiar with commands and their calling syntax, and to understand concepts about the shell-specific scripting language (for example, bash), while graphical shells place a low burden on beginning computer users and are characterized as being easy to use, yet most GUI-enabled operating systems also provide CLI shells, normally for performing advanced tasks.